﻿2026-06-21T03:23:39.1857539Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T03:23:39.1857936Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T03:23:39.1858157Z [36;1m$PIN = "0c95435"[0m
2026-06-21T03:23:39.1858388Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T03:23:39.1858653Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T03:23:39.1859008Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T03:23:39.1859390Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T03:23:39.1859692Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T03:23:39.1859980Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T03:23:39.1860229Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T03:23:39.1860532Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T03:23:39.1860846Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T03:23:39.1861106Z [36;1m}[0m
2026-06-21T03:23:39.1861307Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T03:23:39.1861557Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T03:23:39.1927923Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T03:23:39.1928214Z ##[endgroup]
2026-06-21T03:23:40.0700184Z    Compiling proc-macro2 v1.0.106
2026-06-21T03:23:40.0700559Z    Compiling quote v1.0.45
2026-06-21T03:23:40.0700826Z    Compiling unicode-ident v1.0.24
2026-06-21T03:23:40.0701089Z    Compiling cfg-if v1.0.4
2026-06-21T03:23:40.0701297Z    Compiling serde_core v1.0.228
2026-06-21T03:23:40.0701623Z    Compiling serde v1.0.228
2026-06-21T03:23:40.0702641Z    Compiling windows-link v0.2.1
2026-06-21T03:23:40.0702906Z    Compiling portable-atomic v1.13.1
2026-06-21T03:23:40.0703248Z    Compiling typenum v1.20.1
2026-06-21T03:23:40.0703557Z    Compiling getrandom v0.3.4
2026-06-21T03:23:40.0703921Z    Compiling version_check v0.9.5
2026-06-21T03:23:40.0704307Z    Compiling pin-project-lite v0.2.17
2026-06-21T03:23:40.0704639Z    Compiling find-msvc-tools v0.1.9
2026-06-21T03:23:40.0704935Z    Compiling critical-section v1.2.0
2026-06-21T03:23:40.0705147Z    Compiling shlex v2.0.1
2026-06-21T03:23:40.0705342Z    Compiling memchr v2.8.1
2026-06-21T03:23:40.1570970Z    Compiling windows-sys v0.61.2
2026-06-21T03:23:40.1987867Z    Compiling subtle v2.6.1
2026-06-21T03:23:40.2176876Z    Compiling futures-core v0.3.32
2026-06-21T03:23:40.2390280Z    Compiling equivalent v1.0.2
2026-06-21T03:23:40.3013307Z    Compiling smallvec v1.15.1
2026-06-21T03:23:40.4482008Z    Compiling bytes v1.11.1
2026-06-21T03:23:40.4545364Z    Compiling itoa v1.0.18
2026-06-21T03:23:40.5137932Z    Compiling semver v1.0.28
2026-06-21T03:23:40.5193539Z    Compiling stable_deref_trait v1.2.1
2026-06-21T03:23:40.6213761Z    Compiling log v0.4.32
2026-06-21T03:23:40.6267604Z    Compiling slab v0.4.12
2026-06-21T03:23:40.6942548Z    Compiling futures-sink v0.3.32
2026-06-21T03:23:40.6943180Z    Compiling generic-array v0.14.7
2026-06-21T03:23:40.7495930Z    Compiling futures-io v0.3.32
2026-06-21T03:23:40.8030117Z    Compiling futures-channel v0.3.32
2026-06-21T03:23:40.8672042Z    Compiling rustc_version v0.4.1
2026-06-21T03:23:40.8833848Z    Compiling hashbrown v0.17.1
2026-06-21T03:23:40.9206859Z    Compiling futures-task v0.3.32
2026-06-21T03:23:40.9959336Z    Compiling rustversion v1.0.22
2026-06-21T03:23:41.0888586Z    Compiling getrandom v0.2.17
2026-06-21T03:23:41.1198864Z    Compiling cpufeatures v0.2.17
2026-06-21T03:23:41.2882647Z    Compiling jobserver v0.1.34
2026-06-21T03:23:41.2989401Z    Compiling fnv v1.0.7
2026-06-21T03:23:41.3261275Z    Compiling libc v0.2.186
2026-06-21T03:23:41.3347064Z    Compiling cfg_aliases v0.2.1
2026-06-21T03:23:41.3729998Z    Compiling rand_core v0.10.1
2026-06-21T03:23:41.3738758Z    Compiling strsim v0.11.1
2026-06-21T03:23:41.3852414Z    Compiling autocfg v1.5.1
2026-06-21T03:23:41.4821938Z    Compiling writeable v0.6.3
2026-06-21T03:23:41.4955563Z    Compiling cc v1.2.63
2026-06-21T03:23:41.6125111Z    Compiling litemap v0.8.2
2026-06-21T03:23:41.6258273Z    Compiling getrandom v0.4.2
2026-06-21T03:23:41.6883806Z    Compiling fs_extra v1.3.0
2026-06-21T03:23:41.7282686Z    Compiling ident_case v1.0.1
2026-06-21T03:23:41.7841774Z    Compiling icu_properties_data v2.2.0
2026-06-21T03:23:41.8647429Z    Compiling indexmap v2.14.0
2026-06-21T03:23:41.8849271Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T03:23:41.9301104Z    Compiling dunce v1.0.5
2026-06-21T03:23:42.0352354Z    Compiling utf8_iter v1.0.4
2026-06-21T03:23:42.1188126Z    Compiling percent-encoding v2.3.2
2026-06-21T03:23:42.1246172Z    Compiling http v1.4.1
2026-06-21T03:23:42.1497040Z    Compiling syn v2.0.117
2026-06-21T03:23:42.2614245Z    Compiling thiserror v2.0.18
2026-06-21T03:23:42.2985991Z    Compiling crypto-common v0.1.7
2026-06-21T03:23:42.3856586Z    Compiling aws-lc-rs v1.17.0
2026-06-21T03:23:42.3882904Z    Compiling cpufeatures v0.3.0
2026-06-21T03:23:42.4446106Z    Compiling unicode-segmentation v1.13.3
2026-06-21T03:23:42.4448323Z    Compiling scopeguard v1.2.0
2026-06-21T03:23:42.4689642Z    Compiling form_urlencoded v1.2.2
2026-06-21T03:23:42.5569048Z    Compiling lock_api v0.4.14
2026-06-21T03:23:42.5935599Z    Compiling cmake v0.1.58
2026-06-21T03:23:42.6313432Z    Compiling chacha20 v0.10.0
2026-06-21T03:23:42.8163045Z    Compiling block-buffer v0.10.4
2026-06-21T03:23:42.8189451Z    Compiling winapi v0.3.9
2026-06-21T03:23:42.9945525Z    Compiling bitflags v2.12.1
2026-06-21T03:23:43.0176704Z    Compiling untrusted v0.9.0
2026-06-21T03:23:43.0247650Z    Compiling digest v0.10.7
2026-06-21T03:23:43.0906849Z    Compiling rand v0.10.1
2026-06-21T03:23:43.1978672Z    Compiling num-traits v0.2.19
2026-06-21T03:23:43.2451107Z    Compiling windows-result v0.4.1
2026-06-21T03:23:43.2477235Z    Compiling windows-strings v0.5.1
2026-06-21T03:23:43.2741248Z    Compiling rustls v0.23.40
2026-06-21T03:23:43.3271675Z    Compiling heck v0.5.0
2026-06-21T03:23:43.3355858Z    Compiling convert_case v0.10.0
2026-06-21T03:23:43.4774707Z    Compiling anyhow v1.0.102
2026-06-21T03:23:43.4948352Z    Compiling atomic-waker v1.1.2
2026-06-21T03:23:43.6363941Z    Compiling unicode-xid v0.2.6
2026-06-21T03:23:43.6513705Z    Compiling const-oid v0.10.2
2026-06-21T03:23:43.7486786Z    Compiling httparse v1.10.1
2026-06-21T03:23:43.7503311Z    Compiling zerocopy v0.8.50
2026-06-21T03:23:43.7647657Z    Compiling aws-lc-sys v0.41.0
2026-06-21T03:23:43.7761173Z    Compiling ring v0.17.14
2026-06-21T03:23:43.7895417Z    Compiling parking_lot_core v0.9.12
2026-06-21T03:23:43.8025045Z    Compiling http-body v1.0.1
2026-06-21T03:23:43.9697712Z    Compiling hybrid-array v0.4.12
2026-06-21T03:23:44.0095485Z    Compiling curve25519-dalek v4.1.3
2026-06-21T03:23:44.2267503Z    Compiling ahash v0.8.12
2026-06-21T03:23:44.2400606Z    Compiling base64ct v1.8.3
2026-06-21T03:23:44.5126995Z    Compiling fastrand v2.4.1
2026-06-21T03:23:44.5637185Z    Compiling powerfmt v0.2.0
2026-06-21T03:23:44.6132842Z    Compiling either v1.16.0
2026-06-21T03:23:44.7462714Z    Compiling deranged v0.5.8
2026-06-21T03:23:44.8520647Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T03:23:44.8908107Z    Compiling rand_core v0.6.4
2026-06-21T03:23:44.9083297Z    Compiling num-conv v0.2.2
2026-06-21T03:23:45.0299707Z    Compiling data-encoding v2.11.0
2026-06-21T03:23:45.1619063Z    Compiling pkg-config v0.3.33
2026-06-21T03:23:45.1642717Z    Compiling base64 v0.22.1
2026-06-21T03:23:45.2918838Z    Compiling tower-service v0.3.3
2026-06-21T03:23:45.3256529Z    Compiling zmij v1.0.21
2026-06-21T03:23:45.4241046Z    Compiling vcpkg v0.2.15
2026-06-21T03:23:45.4241795Z    Compiling try-lock v0.2.5
2026-06-21T03:23:45.4263758Z    Compiling time-core v0.1.8
2026-06-21T03:23:45.4552766Z    Compiling tinyvec_macros v0.1.1
2026-06-21T03:23:45.5319271Z    Compiling want v0.3.1
2026-06-21T03:23:45.5871863Z    Compiling tinyvec v1.11.0
2026-06-21T03:23:45.5931490Z    Compiling parking_lot v0.12.5
2026-06-21T03:23:45.6611446Z    Compiling block-buffer v0.12.0
2026-06-21T03:23:45.7270226Z    Compiling crypto-common v0.2.2
2026-06-21T03:23:45.7911521Z    Compiling sha2 v0.10.9
2026-06-21T03:23:45.9202011Z    Compiling vergen-lib v9.1.0
2026-06-21T03:23:45.9810206Z    Compiling inout v0.1.4
2026-06-21T03:23:46.0102942Z    Compiling n0-future v0.3.2
2026-06-21T03:23:46.0948605Z    Compiling parking v2.2.1
2026-06-21T03:23:46.2527477Z    Compiling crossbeam-utils v0.8.21
2026-06-21T03:23:46.2737293Z    Compiling diatomic-waker v0.2.3
2026-06-21T03:23:46.3415930Z    Compiling winnow v1.0.3
2026-06-21T03:23:46.4032224Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T03:23:46.4115488Z    Compiling spin v0.10.0
2026-06-21T03:23:46.4414857Z    Compiling serde_json v1.0.150
2026-06-21T03:23:46.4917184Z    Compiling cordyceps v0.3.4
2026-06-21T03:23:46.5241336Z    Compiling signature v2.2.0
2026-06-21T03:23:46.5772715Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T03:23:46.6012740Z    Compiling httpdate v1.0.3
2026-06-21T03:23:46.6037718Z    Compiling digest v0.11.3
2026-06-21T03:23:46.7969916Z    Compiling ed25519 v2.2.3
2026-06-21T03:23:46.8699410Z    Compiling futures-buffered v0.2.13
2026-06-21T03:23:46.9136515Z    Compiling synstructure v0.13.2
2026-06-21T03:23:46.9462022Z    Compiling darling_core v0.20.11
2026-06-21T03:23:46.9817722Z    Compiling futures-lite v2.6.1
2026-06-21T03:23:47.0533035Z    Compiling cipher v0.4.4
2026-06-21T03:23:47.1444963Z    Compiling vergen v9.1.0
2026-06-21T03:23:47.2304916Z    Compiling vergen-lib v0.1.6
2026-06-21T03:23:47.5565374Z    Compiling universal-hash v0.5.1
2026-06-21T03:23:47.5922078Z    Compiling noq-udp v0.10.0
2026-06-21T03:23:47.6337587Z    Compiling heapless v0.7.17
2026-06-21T03:23:47.6959363Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T03:23:47.7089422Z    Compiling sync_wrapper v1.0.2
2026-06-21T03:23:47.8480665Z    Compiling allocator-api2 v0.2.21
2026-06-21T03:23:47.9262081Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T03:23:47.9411480Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T03:23:47.9694769Z    Compiling byteorder v1.5.0
2026-06-21T03:23:48.0016363Z    Compiling opaque-debug v0.3.1
2026-06-21T03:23:48.0896142Z    Compiling polyval v0.6.2
2026-06-21T03:23:48.2085765Z    Compiling hash32 v0.2.1
2026-06-21T03:23:48.3998196Z    Compiling vergen-gitcl v1.0.8
2026-06-21T03:23:48.4454528Z    Compiling spin v0.9.8
2026-06-21T03:23:48.4519464Z    Compiling windows-threading v0.2.1
2026-06-21T03:23:48.4800080Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T03:23:48.4830426Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T03:23:48.6628306Z    Compiling signature v3.0.0
2026-06-21T03:23:48.6729537Z    Compiling fallible-iterator v0.3.0
2026-06-21T03:23:48.7232623Z    Compiling tower-layer v0.3.3
2026-06-21T03:23:48.8060251Z    Compiling socket2 v0.6.4
2026-06-21T03:23:48.8969265Z    Compiling mio v1.2.1
2026-06-21T03:23:48.9218306Z    Compiling ryu v1.0.23
2026-06-21T03:23:49.0728887Z    Compiling windows-targets v0.52.6
2026-06-21T03:23:49.0915815Z    Compiling ghash v0.5.1
2026-06-21T03:23:49.2725441Z    Compiling aes v0.8.4
2026-06-21T03:23:49.2869757Z    Compiling ctr v0.9.2
2026-06-21T03:23:49.2979107Z    Compiling fs2 v0.4.3
2026-06-21T03:23:49.3819727Z    Compiling proc-macro-crate v3.5.0
2026-06-21T03:23:49.4245520Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T03:23:49.5726590Z    Compiling time v0.3.47
2026-06-21T03:23:49.5811929Z    Compiling http-body-util v0.1.3
2026-06-21T03:23:49.6069017Z    Compiling aead v0.5.2
2026-06-21T03:23:49.6372769Z    Compiling ipconfig v0.3.4
2026-06-21T03:23:49.7230636Z    Compiling serde_derive v1.0.228
2026-06-21T03:23:49.7953554Z    Compiling zeroize_derive v1.4.3
2026-06-21T03:23:50.0683445Z    Compiling zerofrom-derive v0.1.7
2026-06-21T03:23:50.0720048Z    Compiling yoke-derive v0.8.2
2026-06-21T03:23:50.0942908Z    Compiling tokio-macros v2.7.0
2026-06-21T03:23:50.1253594Z    Compiling futures-macro v0.3.32
2026-06-21T03:23:50.2391703Z    Compiling zerovec-derive v0.11.3
2026-06-21T03:23:50.2694114Z    Compiling displaydoc v0.2.6
2026-06-21T03:23:50.5191451Z    Compiling tracing-attributes v0.1.31
2026-06-21T03:23:50.5217181Z    Compiling thiserror-impl v2.0.18
2026-06-21T03:23:50.6809536Z    Compiling zeroize v1.8.2
2026-06-21T03:23:50.9541596Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T03:23:51.0289631Z    Compiling tokio v1.52.3
2026-06-21T03:23:51.2269382Z    Compiling rustls-pki-types v1.14.1
2026-06-21T03:23:51.2590412Z    Compiling futures-util v0.3.32
2026-06-21T03:23:51.4116175Z    Compiling darling_macro v0.20.11
2026-06-21T03:23:51.4181730Z    Compiling derive_more-impl v2.1.1
2026-06-21T03:23:51.6879556Z    Compiling windows-interface v0.59.3
2026-06-21T03:23:51.8497002Z    Compiling spez v0.1.2
2026-06-21T03:23:51.8761917Z    Compiling n0-error-macros v0.1.3
2026-06-21T03:23:51.8774811Z    Compiling windows-implement v0.60.2
2026-06-21T03:23:52.0495682Z    Compiling darling v0.20.11
2026-06-21T03:23:52.0836882Z    Compiling zerofrom v0.1.8
2026-06-21T03:23:52.3773106Z    Compiling derive_builder_core v0.20.2
2026-06-21T03:23:52.4456630Z    Compiling yoke v0.8.3
2026-06-21T03:23:52.4589922Z    Compiling der v0.8.0-rc.10
2026-06-21T03:23:52.5164111Z    Compiling pin-project-internal v1.1.13
2026-06-21T03:23:52.8365907Z    Compiling cobs v0.3.0
2026-06-21T03:23:52.8485279Z    Compiling postcard-derive v0.2.2
2026-06-21T03:23:52.9263103Z    Compiling zerovec v0.11.6
2026-06-21T03:23:52.9926332Z    Compiling zerotrie v0.2.4
2026-06-21T03:23:52.9944492Z    Compiling windows-core v0.62.2
2026-06-21T03:23:53.1698278Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T03:23:53.1725124Z    Compiling widestring v1.2.1
2026-06-21T03:23:53.2419009Z    Compiling n0-error v0.1.3
2026-06-21T03:23:53.7772402Z    Compiling num_enum_derive v0.7.6
2026-06-21T03:23:53.8985482Z    Compiling aes-gcm v0.10.3
2026-06-21T03:23:53.9173224Z    Compiling data-encoding-macro v0.1.20
2026-06-21T03:23:54.0941046Z    Compiling tinystr v0.8.3
2026-06-21T03:23:54.1095560Z    Compiling potential_utf v0.1.5
2026-06-21T03:23:54.1544153Z    Compiling derive_builder_macro v0.20.2
2026-06-21T03:23:54.1667431Z    Compiling ed25519-dalek v2.2.0
2026-06-21T03:23:54.1963891Z    Compiling async-trait v0.1.89
2026-06-21T03:23:54.3224721Z    Compiling icu_collections v2.2.0
2026-06-21T03:23:54.4334536Z    Compiling pin-project v1.1.13
2026-06-21T03:23:54.6197293Z    Compiling icu_locale_core v2.2.0
2026-06-21T03:23:54.7503700Z    Compiling spki v0.8.0-rc.4
2026-06-21T03:23:54.7656179Z    Compiling derive_builder v0.20.2
2026-06-21T03:23:54.7813017Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T03:23:54.8068115Z    Compiling windows-collections v0.3.2
2026-06-21T03:23:54.9544687Z    Compiling windows-numerics v0.3.1
2026-06-21T03:23:55.1745720Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T03:23:55.3896673Z    Compiling windows-future v0.3.2
2026-06-21T03:23:55.5353815Z    Compiling ipnet v2.12.0
2026-06-21T03:23:55.5545001Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T03:23:55.8786478Z    Compiling chrono v0.4.45
2026-06-21T03:23:56.0244782Z    Compiling prefix-trie v0.8.4
2026-06-21T03:23:56.0290789Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T03:23:56.2353475Z    Compiling enum-assoc v1.3.0
2026-06-21T03:23:56.3917060Z    Compiling once_cell v1.21.4
2026-06-21T03:23:56.5453341Z    Compiling icu_provider v2.2.0
2026-06-21T03:23:56.6244979Z    Compiling futures-executor v0.3.32
2026-06-21T03:23:56.6944456Z    Compiling tracing-core v0.1.36
2026-06-21T03:23:56.7155992Z    Compiling derive_more v2.1.1
2026-06-21T03:23:56.7450238Z    Compiling postcard v1.1.3
2026-06-21T03:23:56.7490915Z    Compiling windows v0.62.2
2026-06-21T03:23:56.8462545Z    Compiling futures v0.3.32
2026-06-21T03:23:56.9608475Z    Compiling hashbrown v0.14.5
2026-06-21T03:23:56.9744262Z    Compiling strum_macros v0.28.0
2026-06-21T03:23:57.0515959Z    Compiling icu_properties v2.2.0
2026-06-21T03:23:57.1008198Z    Compiling icu_normalizer v2.2.0
2026-06-21T03:23:57.1965957Z    Compiling windows-sys v0.59.0
2026-06-21T03:23:57.2482298Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T03:23:57.3096288Z    Compiling tracing v0.1.44
2026-06-21T03:23:57.4058752Z    Compiling crossbeam-channel v0.5.15
2026-06-21T03:23:57.5372468Z    Compiling blake3 v1.8.5
2026-06-21T03:23:57.6333711Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T03:23:57.9370241Z    Compiling hashlink v0.9.1
2026-06-21T03:23:57.9725379Z    Compiling windows-registry v0.6.1
2026-06-21T03:23:58.0181547Z    Compiling uuid v1.23.2
2026-06-21T03:23:58.1588157Z    Compiling memoffset v0.6.5
2026-06-21T03:23:58.2153759Z    Compiling netwatch v0.16.0
2026-06-21T03:23:58.2464333Z    Compiling noq v0.18.0
2026-06-21T03:23:58.2953899Z    Compiling acto v0.8.2
2026-06-21T03:23:58.4460460Z    Compiling rusqlite v0.32.1
2026-06-21T03:23:58.5184804Z    Compiling idna_adapter v1.2.2
2026-06-21T03:23:58.5495683Z    Compiling foldhash v0.2.0
2026-06-21T03:23:58.5543824Z    Compiling tagptr v0.2.0
2026-06-21T03:23:58.6129947Z    Compiling thiserror v1.0.69
2026-06-21T03:23:58.6256340Z    Compiling rustc-hash v2.1.2
2026-06-21T03:23:58.6268403Z    Compiling ref-cast v1.0.25
2026-06-21T03:23:58.6421647Z    Compiling identity-hash v0.1.0
2026-06-21T03:23:58.7042521Z    Compiling idna v1.1.0
2026-06-21T03:23:58.7107863Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T03:23:58.7683624Z    Compiling lru-slab v0.1.2
2026-06-21T03:23:58.7752044Z    Compiling mac-addr v0.3.0
2026-06-21T03:23:58.7801441Z    Compiling xml-rs v0.8.28
2026-06-21T03:23:58.8339218Z    Compiling moka v0.12.15
2026-06-21T03:23:58.8427803Z    Compiling hashbrown v0.16.1
2026-06-21T03:23:58.9459185Z    Compiling netdev v0.42.0
2026-06-21T03:23:59.1341309Z    Compiling url v2.5.8
2026-06-21T03:23:59.2094088Z    Compiling tokio-util v0.7.18
2026-06-21T03:23:59.2284914Z    Compiling tower v0.5.3
2026-06-21T03:23:59.9160118Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T03:23:59.9645124Z    Compiling xmltree v0.10.3
2026-06-21T03:23:59.9791406Z    Compiling iroh-metrics v0.38.3
2026-06-21T03:23:59.9908889Z    Compiling strum v0.28.0
2026-06-21T03:24:00.1429205Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T03:24:00.1871152Z    Compiling iroh-base v0.98.0
2026-06-21T03:24:00.3226511Z    Compiling tower-http v0.6.11
2026-06-21T03:24:00.3624508Z    Compiling attohttpc v0.30.1
2026-06-21T03:24:00.5258048Z    Compiling iroh-relay v0.98.0
2026-06-21T03:24:00.5533745Z    Compiling num_enum v0.7.6
2026-06-21T03:24:00.5989410Z    Compiling toml_datetime v0.6.11
2026-06-21T03:24:00.7813152Z    Compiling h2 v0.4.14
2026-06-21T03:24:01.9746768Z    Compiling tokio-stream v0.1.18
2026-06-21T03:24:02.0064920Z    Compiling serde_spanned v0.6.9
2026-06-21T03:24:02.1131233Z    Compiling n0-watcher v0.6.1
2026-06-21T03:24:02.1219768Z    Compiling thiserror-impl v1.0.69
2026-06-21T03:24:02.1340563Z    Compiling ref-cast-impl v1.0.25
2026-06-21T03:24:02.2600860Z    Compiling serde_derive_internals v0.29.1
2026-06-21T03:24:02.2667671Z    Compiling simple-dns v0.9.3
2026-06-21T03:24:02.4739099Z    Compiling serial-core v0.4.0
2026-06-21T03:24:02.6181965Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T03:24:02.7563415Z    Compiling aho-corasick v1.1.4
2026-06-21T03:24:02.8770333Z    Compiling arrayvec v0.7.6
2026-06-21T03:24:02.9395372Z    Compiling arrayref v0.3.9
2026-06-21T03:24:02.9751813Z    Compiling constant_time_eq v0.4.2
2026-06-21T03:24:03.0491387Z    Compiling regex-syntax v0.8.10
2026-06-21T03:24:03.0812522Z    Compiling simdutf8 v0.1.5
2026-06-21T03:24:03.2274774Z    Compiling resolv-conf v0.7.6
2026-06-21T03:24:03.2887596Z    Compiling toml_write v0.1.2
2026-06-21T03:24:03.5611273Z    Compiling winnow v0.7.15
2026-06-21T03:24:03.6427925Z    Compiling winreg v0.10.1
2026-06-21T03:24:03.6856368Z    Compiling smol_str v0.1.24
2026-06-21T03:24:03.9048362Z    Compiling sha1_smol v1.0.1
2026-06-21T03:24:03.9067301Z    Compiling schemars_derive v1.2.1
2026-06-21T03:24:04.1131046Z    Compiling serial-windows v0.4.0
2026-06-21T03:24:04.2494352Z    Compiling iroh-dns v0.98.0
2026-06-21T03:24:04.4266485Z    Compiling lru v0.16.4
2026-06-21T03:24:04.7222908Z    Compiling webpki-roots v1.0.7
2026-06-21T03:24:04.8076996Z    Compiling seize v0.5.1
2026-06-21T03:24:04.8599856Z    Compiling darling_core v0.23.0
2026-06-21T03:24:04.9070069Z    Compiling serde_bytes v0.11.19
2026-06-21T03:24:04.9801136Z    Compiling hmac v0.12.1
2026-06-21T03:24:05.0656180Z    Compiling iroh v0.98.2
2026-06-21T03:24:05.2220543Z    Compiling anstyle v1.0.14
2026-06-21T03:24:05.3015749Z    Compiling pin-utils v0.1.0
2026-06-21T03:24:05.3752027Z    Compiling bitflags v1.3.2
2026-06-21T03:24:05.5058157Z    Compiling lazy_static v1.5.0
2026-06-21T03:24:05.5127278Z    Compiling dyn-clone v1.0.20
2026-06-21T03:24:05.5663147Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T03:24:05.5833071Z    Compiling cmov v0.5.4
2026-06-21T03:24:05.6280708Z    Compiling utf8parse v0.2.2
2026-06-21T03:24:05.6510447Z    Compiling shared_library v0.1.9
2026-06-21T03:24:05.7242838Z    Compiling anstyle-wincon v3.0.11
2026-06-21T03:24:05.8574856Z    Compiling anstyle-parse v1.0.0
2026-06-21T03:24:05.8728781Z    Compiling nix v0.25.1
2026-06-21T03:24:05.9728030Z    Compiling regex-automata v0.4.14
2026-06-21T03:24:06.0626763Z    Compiling toml_edit v0.22.27
2026-06-21T03:24:06.0898025Z    Compiling ctutils v0.4.2
2026-06-21T03:24:06.1097617Z    Compiling papaya v0.2.4
2026-06-21T03:24:06.2210582Z    Compiling hkdf v0.12.4
2026-06-21T03:24:06.2523695Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T03:24:06.3139187Z    Compiling schemars v1.2.1
2026-06-21T03:24:06.3564748Z    Compiling serial v0.4.0
2026-06-21T03:24:06.5563224Z    Compiling filedescriptor v0.8.3
2026-06-21T03:24:07.3381726Z    Compiling backon v1.6.0
2026-06-21T03:24:07.4285057Z    Compiling hyper v1.10.1
2026-06-21T03:24:07.4709291Z    Compiling anstyle-query v1.1.5
2026-06-21T03:24:07.7137467Z    Compiling foldhash v0.1.5
2026-06-21T03:24:07.7411759Z    Compiling colorchoice v1.0.5
2026-06-21T03:24:07.7825016Z    Compiling downcast-rs v1.2.1
2026-06-21T03:24:07.8057443Z    Compiling paste v1.0.15
2026-06-21T03:24:07.9018763Z    Compiling shell-words v1.1.1
2026-06-21T03:24:07.9357337Z    Compiling instability v0.3.12
2026-06-21T03:24:07.9609606Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T03:24:08.1291610Z    Compiling anstream v1.0.0
2026-06-21T03:24:08.2321601Z    Compiling portable-pty v0.8.1
2026-06-21T03:24:08.3234430Z    Compiling wmi v0.18.4
2026-06-21T03:24:08.6811860Z    Compiling hashbrown v0.15.5
2026-06-21T03:24:08.9422952Z    Compiling spake2 v0.4.0
2026-06-21T03:24:09.2675453Z    Compiling strum_macros v0.26.4
2026-06-21T03:24:09.3001124Z    Compiling terminal_size v0.4.4
2026-06-21T03:24:09.4669189Z    Compiling crossterm_winapi v0.9.1
2026-06-21T03:24:09.6267897Z    Compiling toml v0.8.23
2026-06-21T03:24:09.9675831Z    Compiling darling_macro v0.23.0
2026-06-21T03:24:10.0660762Z    Compiling regex v1.12.3
2026-06-21T03:24:10.1724774Z    Compiling hyper-util v0.1.20
2026-06-21T03:24:10.1928236Z    Compiling itertools v0.13.0
2026-06-21T03:24:10.2836425Z    Compiling sha1 v0.10.6
2026-06-21T03:24:10.5911938Z    Compiling darling v0.23.0
2026-06-21T03:24:10.7280016Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T03:24:10.8726649Z    Compiling castaway v0.2.4
2026-06-21T03:24:10.9389966Z    Compiling indoc v2.0.7
2026-06-21T03:24:10.9837747Z    Compiling clap_lex v1.1.0
2026-06-21T03:24:11.0777011Z    Compiling unicode-width v0.1.14
2026-06-21T03:24:11.1979553Z    Compiling static_assertions v1.1.0
2026-06-21T03:24:11.4820094Z    Compiling doctest-file v1.1.1
2026-06-21T03:24:11.5790920Z    Compiling recvmsg v1.0.0
2026-06-21T03:24:11.6418887Z    Compiling compact_str v0.8.2
2026-06-21T03:24:11.6726008Z    Compiling clap_builder v4.6.0
2026-06-21T03:24:12.1407853Z    Compiling strum v0.26.3
2026-06-21T03:24:12.3018636Z    Compiling igd-next v0.17.1
2026-06-21T03:24:12.3019148Z    Compiling crossterm v0.28.1
2026-06-21T03:24:12.3899077Z    Compiling lru v0.12.5
2026-06-21T03:24:12.5811850Z    Compiling interprocess v2.4.2
2026-06-21T03:24:12.6181898Z    Compiling unicode-truncate v1.1.0
2026-06-21T03:24:12.7195895Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T03:24:12.8286997Z    Compiling clap_derive v4.6.1
2026-06-21T03:24:12.8343460Z    Compiling error-code v3.3.2
2026-06-21T03:24:13.0846586Z    Compiling cassowary v0.3.0
2026-06-21T03:24:13.1295022Z    Compiling unicode-width v0.2.0
2026-06-21T03:24:13.1532288Z    Compiling clipboard-win v5.4.1
2026-06-21T03:24:13.3415284Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T03:24:13.3998642Z    Compiling nucleo-matcher v0.3.1
2026-06-21T03:24:13.5572571Z    Compiling portmapper v0.16.0
2026-06-21T03:24:13.7085779Z    Compiling ratatui v0.29.0
2026-06-21T03:24:13.7452218Z    Compiling qrcode v0.14.1
2026-06-21T03:24:13.8493353Z    Compiling tempfile v3.27.0
2026-06-21T03:24:15.5599390Z    Compiling clap v4.6.1
2026-06-21T03:24:28.8371903Z    Compiling rustls-webpki v0.103.13
2026-06-21T03:24:31.1864260Z    Compiling tokio-rustls v0.26.4
2026-06-21T03:24:31.1864726Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T03:24:31.1865140Z    Compiling noq-proto v0.17.0
2026-06-21T03:24:31.3483295Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T03:24:31.3483789Z    Compiling hyper-rustls v0.27.9
2026-06-21T03:24:31.3484182Z    Compiling tokio-websockets v0.13.2
2026-06-21T03:24:31.5120807Z    Compiling reqwest v0.13.4
2026-06-21T03:24:32.5791686Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T03:24:50.0756983Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T03:24:51.6270406Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T03:25:01.0854141Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T03:25:08.2898129Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s
2026-06-21T03:25:08.3114122Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T03:25:08.3682044Z 
2026-06-21T03:25:08.3682365Z running 1 test
2026-06-21T03:25:16.2850581Z test new_brain_serves_against_old_broker ... ok
2026-06-21T03:25:16.2850810Z 
2026-06-21T03:25:16.2851011Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.92s
2026-06-21T03:25:16.2851231Z 
